toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]RequestPdfDocumentPasswordCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
RequestPdfDocumentPasswordCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
Cancels the password request.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.
password
Link copied to clipboard
open
fun
password
(
password
:
String
)
Tells the browser to use the
password
to load the encrypted PDF document.
show
Password
Dialog
Link copied to clipboard
open
fun
showPasswordDialog
(
)
Tells the browser to use the standard PDF viewer password dialog UI to load the encrypted PDF document.